Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

fix(views): make sure domain is set it in cert attach operation#1046

Merged
helgi merged 1 commit intodeis:masterfrom
helgi:view_fixes
Sep 9, 2016
Merged

fix(views): make sure domain is set it in cert attach operation#1046
helgi merged 1 commit intodeis:masterfrom
helgi:view_fixes

Conversation

@helgi
Copy link
Copy Markdown
Contributor

@helgi helgi commented Sep 8, 2016

Made it so a user can pass /v2/apps/foo/domains/thing.com or pass {domain: thing.com} as the body
This works because DELETE uses the former format and POST (including SDK) use the latter but the URL format supports POST doing both... Should probably drop the body element at some point when we can break the API

@helgi helgi added this to the v2.6 milestone Sep 8, 2016
@helgi helgi self-assigned this Sep 8, 2016
@deis-bot
Copy link
Copy Markdown

deis-bot commented Sep 8, 2016

@bacongobbler, @Joshua-Anderson and @mboersma are potential reviewers of this pull request based on my analysis of git blame information. Thanks @helgi!

Made it so a user can pass /v2/apps/foo/domains/thing.com or pass {domain: thing.com} as the body
This works because DELETE uses the former format and POST (including SDK) use the latter but the URL format supports POST doing both... Should probably drop the body element at some point
@helgi helgi merged commit 4f5f944 into deis:master Sep 9, 2016
@helgi helgi deleted the view_fixes branch September 9, 2016 21:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants